Release 10.1A: OpenEdge Development:
ADM Reference
addTDModifier
Adds one or more HTML attributes for the <TD> tag of a specific column.
Location: wbtable.p Parameters:INPUTpcColumnAS CHARACTERThe name of the column that will use the attribute.
INPUTpcModifierAS CHARACTEROne or more HTML attributes where the value is in double quoted HTML format.
Returns: LOGICAL Notes:
- The pcModifier passed to this function will be added to any existing TD modifier attributes for this column. The actual data is stored in the internal TdModifier property. This is a comma-separated list that holds entries for each of the columns in the object.
Examples:- The HTML attributes must be in the format <attribute> = “<value>”, which makes it necessary to use either single quotes around the character expression or a tilde before the double quote.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |